func github.com/andybalholm/brotli/matchfinder.extendMatch2

7 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		m4.go#L132: 				m := extendMatch2(src, i+1, i+1-prevDistance, e.NextEmit+1)
		m4.go#L159: 			m := extendMatch2(src, i, candidate, e.NextEmit)
		m4.go#L175: 				m := extendMatch2(src, i, candidate, e.NextEmit)
		m4.go#L327: func extendMatch2(src []byte, start, candidate, min int) absoluteMatch {
		pathfinder.go#L160: 				m := extendMatch2(src, i+1, i+1-prevDistance, i+1)
		pathfinder.go#L169: 			m := extendMatch2(src, i, candidate, max(historyLen, prevMatch.Start))
		pathfinder.go#L186: 				m := extendMatch2(src, i, candidate, max(historyLen, prevMatch.Start))